projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cbc26d
)
Adwaita: Give popover menus a background
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 24 Mar 2019 15:41:55 +0000
(11:41 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 28 May 2019 20:25:13 +0000
(20:25 +0000)
This makes the hover highlight on menu items visible.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 43f4be611441909f77cb0f69ab1d728288d67c2e..3a76203f46ae068cdffc817b354bf9e5e22f02bc 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-4702,3
+4702,7
@@
popover.emoji-completion contents row box {
popover.emoji-completion .emoji:hover {
background-color: $popover_hover_color;
}
+
+popover.menu {
+ background-color: lightgray;
+}